home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Osprite, cont
- set Osprite to 6
- set cont to 6
- repeat while cont < 25
- set the visible of sprite cont to 0
- set cont to cont + 1
- end repeat
- set the visible of sprite 30 to 0
- set the visible of sprite 31 to 0
- set the visible of sprite 32 to 0
- set the visible of sprite 33 to 0
- end
-